-
Notifications
You must be signed in to change notification settings - Fork 74
Removing unused pubsubSecret from sources.spec #567
Conversation
/assign @capri-xiyue |
The following is the coverage report on the affected files.
|
@nachocano: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: capri-xiyue, nachocano The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #548
Proposed Changes
pubSubSecret
from thespec
of current Sources. This was needed when we had the job-based reconcilers. We do not need it anymore, as we can just usespec.secret
for the data plane.Release Note